home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / 002.dir / 00221.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  199 b   |  12 lines

  1. on exitFrame
  2.   global notanim, oldx, oldy
  3.   if (the mouseH = oldx) and (the mouseV = oldy) then
  4.   else
  5.     set notanim to 1
  6.     startTimer()
  7.     puppetSound(0)
  8.     go("main.2")
  9.   end if
  10.   pass()
  11. end
  12.